home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvc17.zip / TPC.BAT < prev    next >
DOS Batch File  |  1991-04-15  |  212b  |  13 lines

  1.  @echo off
  2.   cls
  3.   DVC Hide
  4.   C:\TP\TPC %1 %2 %3 %4 %5 %6 %7 %8 %9
  5.   if errorlevel 1 goto Error
  6.   DVC Beep 990,2 0,1 990,3
  7.   exit
  8. :Error
  9.   DVC Beep 330,4 180,12
  10.   DVC Resize 1 1 23 78
  11.   pause
  12.   exit
  13.